home *** CD-ROM | disk | FTP | other *** search
/ .net - The Best of 1999/2000 / netCD Special01.iso / pc / Software / We-Blocker / weblock.exe / WebSafe.exe / 0 / RCDATA / TVIEWLOGFORM / TVIEWLOGFORM.txt < prev   
Encoding:
Text File  |  2000-06-22  |  5.3 KB  |  208 lines

  1. object ViewLogForm: TViewLogForm
  2.   Left = 229
  3.   Top = 127
  4.   HorzScrollBar.Visible = False
  5.   BorderIcons = [biSystemMenu]
  6.   BorderStyle = bsSingle
  7.   Caption = 'History Log'
  8.   ClientHeight = 376
  9.   ClientWidth = 522
  10.   Color = clBtnFace
  11.   Font.Charset = DEFAULT_CHARSET
  12.   Font.Color = clWindowText
  13.   Font.Height = -11
  14.   Font.Name = 'MS Sans Serif'
  15.   Font.Style = []
  16.   FormStyle = fsStayOnTop
  17.   Icon.Data = {<image000.ico>}
  18.   OldCreateOrder = True
  19.   Position = poScreenCenter
  20.   PixelsPerInch = 96
  21.   TextHeight = 13
  22.   object Panel1: TPanel
  23.     Left = 0
  24.     Top = 335
  25.     Width = 522
  26.     Height = 41
  27.     Align = alBottom
  28.     BevelOuter = bvNone
  29.     TabOrder = 0
  30.     object FlushButton: TBitBtn
  31.       Left = 6
  32.       Top = 6
  33.       Width = 99
  34.       Height = 31
  35.       Caption = 'Clear &Log File'
  36.       Font.Charset = DEFAULT_CHARSET
  37.       Font.Color = clWindowText
  38.       Font.Height = -11
  39.       Font.Name = 'MS Sans Serif'
  40.       Font.Style = []
  41.       ParentFont = False
  42.       TabOrder = 0
  43.       OnClick = FlushButtonClick
  44.       NumGlyphs = 2
  45.     end
  46.     object CloseButton: TBitBtn
  47.       Left = 446
  48.       Top = 6
  49.       Width = 67
  50.       Height = 31
  51.       Caption = '&Close'
  52.       Default = True
  53.       Font.Charset = DEFAULT_CHARSET
  54.       Font.Color = clWindowText
  55.       Font.Height = -11
  56.       Font.Name = 'MS Sans Serif'
  57.       Font.Style = []
  58.       ParentFont = False
  59.       TabOrder = 5
  60.       OnClick = CloseButtonClick
  61.       NumGlyphs = 2
  62.     end
  63.     object btnUser: TBitBtn
  64.       Left = 112
  65.       Top = 6
  66.       Width = 81
  67.       Height = 31
  68.       Caption = 'Sort by &User'
  69.       Font.Charset = DEFAULT_CHARSET
  70.       Font.Color = clWindowText
  71.       Font.Height = -11
  72.       Font.Name = 'MS Sans Serif'
  73.       Font.Style = []
  74.       ParentFont = False
  75.       TabOrder = 1
  76.       OnClick = btnUserClick
  77.     end
  78.     object btnSite: TBitBtn
  79.       Left = 198
  80.       Top = 6
  81.       Width = 75
  82.       Height = 31
  83.       Caption = 'Sort by &Site'
  84.       Font.Charset = DEFAULT_CHARSET
  85.       Font.Color = clWindowText
  86.       Font.Height = -11
  87.       Font.Name = 'MS Sans Serif'
  88.       Font.Style = []
  89.       ParentFont = False
  90.       TabOrder = 2
  91.       OnClick = btnSiteClick
  92.     end
  93.     object btnDateTime: TBitBtn
  94.       Left = 278
  95.       Top = 6
  96.       Width = 83
  97.       Height = 31
  98.       Caption = 'Sort by &Date'
  99.       Font.Charset = DEFAULT_CHARSET
  100.       Font.Color = clWindowText
  101.       Font.Height = -11
  102.       Font.Name = 'MS Sans Serif'
  103.       Font.Style = []
  104.       ParentFont = False
  105.       TabOrder = 3
  106.       OnClick = btnDateTimeClick
  107.     end
  108.     object btnExport: TBitBtn
  109.       Left = 367
  110.       Top = 6
  111.       Width = 73
  112.       Height = 31
  113.       Caption = '&Text Export...'
  114.       TabOrder = 4
  115.       OnClick = btnExportClick
  116.     end
  117.   end
  118.   object pagecontrolLog: TPageControl
  119.     Left = 8
  120.     Top = 8
  121.     Width = 505
  122.     Height = 337
  123.     ActivePage = tabsheetLog
  124.     TabOrder = 1
  125.     object tabsheetLog: TTabSheet
  126.       Caption = 'Log History'
  127.       object LogGrid: TDBGrid
  128.         Left = 0
  129.         Top = 0
  130.         Width = 497
  131.         Height = 309
  132.         Align = alClient
  133.         DataSource = Form1.LogSource
  134.         Font.Charset = DEFAULT_CHARSET
  135.         Font.Color = clWindowText
  136.         Font.Height = -11
  137.         Font.Name = 'MS Sans Serif'
  138.         Font.Style = []
  139.         Options = [dgTitles, dgIndicator, dgColumnResize, dgColLines, dgRowLines, dgTabs, dgRowSelect, dgConfirmDelete, dgCancelOnExit]
  140.         ParentFont = False
  141.         ReadOnly = True
  142.         TabOrder = 0
  143.         TitleFont.Charset = DEFAULT_CHARSET
  144.         TitleFont.Color = clWindowText
  145.         TitleFont.Height = -11
  146.         TitleFont.Name = 'MS Sans Serif'
  147.         TitleFont.Style = []
  148.         OnDblClick = LogGridDblClick
  149.         Columns = <
  150.           item
  151.             ButtonStyle = cbsEllipsis
  152.             Expanded = False
  153.             FieldName = 'USERNAME'
  154.             Title.Caption = 'User'
  155.             Title.Font.Charset = DEFAULT_CHARSET
  156.             Title.Font.Color = clWindowText
  157.             Title.Font.Height = -13
  158.             Title.Font.Name = 'MS Sans Serif'
  159.             Title.Font.Style = [fsBold]
  160.             Width = 56
  161.             Visible = True
  162.           end
  163.           item
  164.             ButtonStyle = cbsEllipsis
  165.             Expanded = False
  166.             FieldName = 'SITE'
  167.             Title.Caption = 'Web Site'
  168.             Title.Font.Charset = DEFAULT_CHARSET
  169.             Title.Font.Color = clWindowText
  170.             Title.Font.Height = -13
  171.             Title.Font.Name = 'MS Sans Serif'
  172.             Title.Font.Style = [fsBold]
  173.             Width = 194
  174.             Visible = True
  175.           end
  176.           item
  177.             ButtonStyle = cbsEllipsis
  178.             Expanded = False
  179.             FieldName = 'DATETIME'
  180.             Title.Font.Charset = DEFAULT_CHARSET
  181.             Title.Font.Color = clWindowText
  182.             Title.Font.Height = -11
  183.             Title.Font.Name = 'MS Sans Serif'
  184.             Title.Font.Style = [fsBold]
  185.             Width = 137
  186.             Visible = True
  187.           end
  188.           item
  189.             ButtonStyle = cbsEllipsis
  190.             Expanded = False
  191.             FieldName = 'BLOCKED'
  192.             Title.Font.Charset = DEFAULT_CHARSET
  193.             Title.Font.Color = clWindowText
  194.             Title.Font.Height = -11
  195.             Title.Font.Name = 'MS Sans Serif'
  196.             Title.Font.Style = [fsBold]
  197.             Width = 75
  198.             Visible = True
  199.           end>
  200.       end
  201.     end
  202.   end
  203.   object SaveDialog: TSaveDialog
  204.     Left = 136
  205.     Top = 192
  206.   end
  207. end
  208.